.container {
    width: 100%;
}
/**
 * =============================================================================
 * ************  公共样式   ************
 * =============================================================================
 */
p{
    line-height: 24px;
}
/* 无数据样式 */
.nonore-data {
    padding: 16px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    color: #757677;
    width: 100%;
    box-sizing: border-box;
    margin-top: 16px;
    border-radius: 8px;
}

/* 文本溢出隐藏 */
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-overflow-2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 公共导航样式 */
.page-nav {
    box-sizing: border-box;
    padding: 20px calc((100% - 1200px) / 2);
    background-color: #F3F4F6;
    font-size: 14px;
    color: rgb(158, 158, 158);
    min-width: 1200px;
}
.page-nav>img {
    width: 24px;
    height: 24px;
    margin-left: 16px;
}
.page-nav>a{
    font-size: 14px;
    color: rgb(158, 158, 158);
}
.page-nav>a:last-child{
    color: rgb(38, 111, 232);
}
/* 公共详情页小标题 */
.details-small-title {
    display: flex;
    width: 100%;
    position: relative;
}
.details-small-title:not(:first-child) {
    display: flex;
    position: relative;
    margin: 32px 0;
}

.details-small-title img {
    width: 32px;
    height: 32px;
}
.details-small-title h2 {
    font-weight: bold;
}
.details-small-title .right-s-text{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    color: rgb(142, 142, 142);
    font-size: 14px;
    cursor: pointer;
}
#pageDemo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.filter-tags {
    padding: 6px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.filter-tags .active {
    background: rgb(38, 111, 232);
    color: #fff;
    border-radius: 2px;
}
.filter-tags a {
    margin-bottom: 3px;
    display: inline-block;
    font-size: 14px;
    color: #000;
    padding: 4px 12px;
}

/* 筛选项样式覆盖 */
.layui-form-label {
    font-size: 16px;
    font-weight: bold;
}

/* 分页器样式覆盖 */
.layui-laypage .layui-laypage-skip {
    border: 1px solid #eee!important;
    padding-left: 10px!important;
}
.layui-laypage .layui-laypage-skip .layui-input {
    border: none!important;
    outline: 1px solid #eee!important;
    border-radius: 0!important;
}
.layui-laypage .layui-laypage-skip .layui-laypage-btn {
    border: none!important;
    outline: 1px solid #eee!important;
    border-radius: 0!important;
}
/* #376DE5 */



.font-light {
    color: #75758C;
}
.main-font {
    color: #376DE5;
}
.main-bg {
    background-color: #376DE5;
}

/**
 * =============================================================================
 * *****************************  头部样式   ************
 * =============================================================================
 */
.offer-head {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    
}
.offer-head .top-nav {
    display: flex;
    align-items: center;
    width: 920px;
    overflow: hidden;
}
.offer-head .logo {
    width: 176px;
    height: 88px;
    margin-right: 44px;
}
.offer-head .top-nav .head-layui-tab {
    width: 700px;
}
.layui-unselect.layui-tab-bar {
    border-style: none!important;
}
.offer-head .layui-tab-title {
    border: none;
}
.offer-head .layui-tab-brief>.layui-tab-title li a {
    font-size: 16px;
    font-weight: bold;
}
.offer-head .layui-tab-brief>.layui-tab-title .layui-this a {
    color: #2472ff;
    font-size: 16px;
}
.offer-head .layui-tab-brief>.layui-tab-title .layui-this::after {
    border-bottom: 2px solid #2472ff;
    left: 27%;
    width: 50%;
}

/* 更多下拉 */
.offer-head .top-nav .home-down {
    position: absolute;
    top: 70px;
    right: 20%;
    z-index: 99;
    padding-top: 35px;
    display: none;
}
.offer-head .top-nav .home-down .ul-down {
    width: 160px;
    padding: 6px 4px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
}

.top-nav .home-down .ul-down li {
    width: 100%;
    height: 32px;
    box-sizing: border-box;
    font-weight: 500;
}
.top-nav .home-down .ul-down li:hover a {
    background-color: rgb(236, 242, 254);
    color: rgb(38, 111, 232);
}
.top-nav .home-down .ul-down .down-active {
    color: rgb(38, 111, 232);
}

.top-nav .home-down .ul-down .down-active>a {
    color: rgb(38, 111, 232);
}
.top-nav .home-down .ul-down li a {
    line-height: 32px;
    font-size: 14px;
    color: rgb(75, 75, 75);
    display: inline-block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 2px 8px;
}

.right-search {
    position: relative;
}
.right-search .search-type {
    position: absolute;
    top: 10px;
    left: 20px;
    border: none;
    outline: none;
    background-color: #F3F4F6;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    color: rgb(75, 75, 75);
    display: flex;
    align-items: center;
}
.offer-head .right-search img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer;
}
.offer-head .right-search img:active{
    background-color: #ececec;
}

.offer-head .right-search .layui-input {
    width: 260px;
    height: 44px;
    padding-left: 82px;
    border-radius: 44px;
    background-color: #F3F4F6;
    border: none;
    font-size: 14px;
    overflow: hidden;
    padding-right: 45px;
}

.offer-head .right-search .layui-input::-webkit-input-placeholder {
    text-align: left;
}

/* 搜索下拉 */
.offer-head .right-search .search-down {
    position: absolute;
    top: 30px;
    left: 4px;
    z-index: 99;
    padding-top: 20px;
    display: none;
}
.offer-head .right-search .search-down ul {
    width: 74px;
    padding: 6px 4px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
}

.offer-head .right-search .search-down ul li {
    width: 100%;
    height: 32px;
    box-sizing: border-box;
    font-weight: 500;
    line-height: 32px;
    font-size: 14px;
    color: rgb(75, 75, 75);
    display: inline-block;
    box-sizing: border-box;
    padding: 2px 8px;
    cursor: pointer;
}
.offer-head .right-search .search-down ul li:hover {
    background-color: rgb(236, 242, 254);
    color: rgb(38, 111, 232);
}
.offer-head .right-search .search-type:hover + .search-down {
    display: block;
}
.offer-head .right-search .search-down:hover {
    display: block;
}

/**
 * =============================================================================
 * *****************************  尾部样式   ************
 * =============================================================================
 */
.offer-footer {
    min-height: 980px;
    padding: 0 calc((100% - 1200px) / 2);
    background-color: #25273B;
    box-sizing: border-box;
    padding-top: 64px;
    padding-bottom: 40px;
    min-width: 1200px;
}
.offer-footer .contact-us {
    height: 168px;
    border-radius: 16px;
    background-color: #3B3D4F;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: space-around;
    width: 1200px;
}
.offer-footer .contact-us .contact-item {
    display: flex;
    align-items: center;
}

.offer-footer .contact-us .contact-item .contact-span {
    margin-left: 56px;
    text-align: center;
    position: relative;
}
.offer-footer .contact-us .contact-item .contact-span:after{
    content: '';
    width: 1px;
    height: 80px;
    background: #fff;
    position: absolute;
    top: -20px;
    left: -22px;
}

.offer-footer .contact-us .contact-item .contact-span p:nth-child(1) {
    font-size: 20px;
}
.offer-footer .contact-us .contact-item .contact-span p:nth-child(2) {
    font-size: 14px;
    color: #eeeeee;
    opacity: 0.8;
}
.offer-footer .footer-main {
    width: 1200px;
    height: 396px;
    margin-top: 88px;
    border-bottom: 1px solid rgb(189, 189, 189);
}
.offer-footer .footer-main .website-info {
    width: 360px;
    height: 100%;
    float: left;
}
.offer-footer .footer-main .website-info img {
    width: 192px;
    height: 96px;
}
.offer-footer .footer-main .website-info p:nth-child(2) {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 32px;
    margin-top: 16px;
}
.offer-footer .footer-main .website-info p:nth-child(3) {
    font-size: 16px;
    color: #afafaf;
    line-height: 24px;
    margin-top: 24px;
}
.offer-footer .footer-main .website-info .footer-platform {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}
.offer-footer .footer-main .website-info .footer-platform img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

.offer-footer .footer-main .website-link {
    width: 200px;
    margin-left: 80px;
    float: left;
}
.offer-footer .footer-main .website-link .website-link-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: rgb(255, 181, 96);
    margin-bottom: 48px;
}
.offer-footer .footer-main .website-link .website-link-item-left {
    font-size: 16px;
    width: 116px;
    line-height: 36px;
    color: #fff;
    display: block;
    float: left;
}

.offer-footer .footer-main .website-link .website-link-item-right {
    font-size: 16px;
    width: auto;
    line-height: 36px;
    color: #fff;
    display: block;
}

/* 站内链接 */
.copyright {
    width: 1200px;
}
.copyright h3 {
    color: #fff;
    margin: 16px 0;
    font-size: 1.17em;
    font-weight: bold;
}
.fdlink span i {
    font-style: normal;
    font-weight: normal;
    padding-left: 5px;
    font-size: 14px;
}
.mylinks a{
    display: inline-block;
    padding-right: 15px;
    line-height: 24px;
    color: #fff;
}
.mylinks a:hover {
    color: #89aef3;
}

/* 地址 */
.footer-address {
    width: 100%;
    display: inline-block;
    /*margin-left: 60px;*/
}
.footer-address span {
    font-size: 16px;
    color: #eeeeee;
    opacity: 0.6;
    font-weight: normal;
}
.footer-address span a {
    font-size: 16px;
    color: #eeeeee;
}
.footer-address span:nth-child(2) {
    float: right;
}